home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / lgrind 1.0.1 / lgrind.Re < prev    next >
Encoding:
Internet Message Format  |  1993-04-22  |  1.4 KB  |  [TEXT/MPS ]

  1. From: joel@abigale.UUCP (Joel Rosi-Schwartz)
  2. Newsgroups: alt.sources,comp.text.tex
  3. Subject: Re: lgrind (part 1/3)
  4. Message-ID: <1992Sep.130105.27822@abigale.uucp>
  5. Date: 22 Sep 92 12:01:05 GMT
  6.  
  7. Hi,
  8.  
  9. I found that lgrind has two problems; one serious the second cultural.
  10. The serious one is the the variable "_start" gets in the way of the `C'
  11. startup code (at least on SYSV) and the program core dumps.  I fixed
  12. this simply by changing all references to "start_string".  The second
  13. is the use of "inline" as a variable.  For Gnu's gcc this is a reserved
  14. word.  I changed them all to Inline, rather than using the compliler
  15. flag---hum, now which flag is that---to undo it.
  16.  
  17. Once these were handled it worked _very_ nicely, _thanks_ for the nice
  18. program.
  19.  
  20. Cheers,
  21. Joel
  22. -- 
  23.      ==================================================================
  24.      ||               T E C H N E   R E S E A R C H                  ||
  25.      ||  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  ||
  26.      ||                     Joel Rosi-Schwartz                       ||
  27.      ||   Hildorien House            +   Email: joel@abigale.UUCP    ||
  28.      ||   12 Waverley Way            +    (pyrltd!abigale.UUCP!joel) ||
  29.      ||   Finchampstead, Wokingham   +   Phone: +44 (734) 730.260    ||
  30.      ||   Berkshire RG11 4YD (UK)    +   Fax:   +44 (734) 730.272    ||
  31.      ==================================================================
  32.